PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.richmedia Package / PDFRichMediaAsset Class / setMimeType Method
The MIME type for the asset data.
In This Topic
    setMimeType Method
    In This Topic
    Sets the MIME type for the asset data.
    Syntax
    public void setMimeType( 
       java.lang.String mimeType
    )

    Parameters

    mimeType
    The MIME type for the asset data.
    Exceptions
    ExceptionDescription
    When mimeType is null or empty.
    See Also